projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f516a86
)
(ispell-overlay-window): Undo previous change;
author
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Sep 1997 07:44:21 +0000
(07:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Sep 1997 07:44:21 +0000
(07:44 +0000)
in other words, don't bind inhibit-frame-unsplittable.
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 510734516672ced379526d9715b63b9d7d764b0a..79ca7737979d1bb2205e779a74a91b30c2598bdf 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1496,8
+1496,7
@@
scrolling the current window. Leave the new window selected."
;; So we increment the height for this case.
(if (string-match "19\.9.*Lucid" (emacs-version))
(setq height (1+ height)))
- (let ((inhibit-frame-unsplittable t))
- (split-window nil height))
+ (split-window nil height)
(set-window-start (next-window) top))))